home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / POCKETD.ARJ / WHICH.BAT < prev   
DOS Batch File  |  1992-05-23  |  227b  |  11 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d . :path /IEs[t]hP~~/.u + %1.*
  5. goto exit
  6. :usage
  7. echo WHICH: Find out from where DOS will find program f1, f2, f3.. to run.
  8. echo usage: WHICH f1 f2 f3..
  9. :exit
  10.  
  11.